home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactif 42 / CA 42.iso / pc / PC / logiciels / Retouche photo / Photoshop / data1.cab / Plugins_Shared_File_Formats / Modules_externes / Formats_de_fichiers / Targa.8BI / EXVW / 16001 < prev   
Text File  |  2001-01-30  |  993b  |  1 lines

  1. ²     dialog( name: '$$$/AdobePlugin/Targa/TargaOptions=Targa Options' )         {        group ( placement: place_row )            {            group ( placement: place_column )                {                cluster( name: '$$$/AdobePlugin/GroupLabel/Resolution=Resolution', slot: 7, label_slot: 8 )                    {                    radio( name: '$$$/AdobePlugin/Radio/16bitpixel=16 bits/pixel', view_id: 100, slot: 4,                             class_name: '$$$/Private/Targa/ClassName/Button=button' );                    radio( name: '$$$/AdobePlugin/Radio/24bitpixel=24 bits/pixel', view_id: 101, slot: 5,                             class_name: '$$$/Private/Targa/ClassName/Button=button' );                    radio( name: '$$$/AdobePlugin/Radio/32bitpixel=32 bits/pixel', view_id: 102, slot: 6,                             class_name: '$$$/Private/Targa/ClassName/Button=button' );                    }                }            group ( placement: place_column )                {                button(name: gOKString, slot: 1, view_id: 1, default: true);                        button(name: gCancelString, slot: 2, view_id: 2, default: false);                    }        group( placement: place_offscreen )             {                 user_item( slot: 3 );            }             }        }